home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / TEMIC2.DIR / 00083_Script_83 < prev    next >
Text File  |  1997-03-18  |  694b  |  26 lines

  1. on exitFrame
  2.   go the frame
  3. end
  4. on enterFrame
  5.   global myCursor
  6.   
  7.   if rollover(3) then 
  8.     set the cursor of sprite 3 to myCursor
  9.     set the foreColor of member 248 to 6
  10.     set the foreColor of member 252 to 4
  11.     set the foreColor of member 253 to 4
  12.   end if
  13.   if rollover(46) then 
  14.     set the cursor of sprite 46 to myCursor
  15.     set the foreColor of member 248 to 4
  16.     set the foreColor of member 252 to 6
  17.     set the foreColor of member 253 to 4
  18.   end if
  19.   if rollover(47) then 
  20.     set the cursor of sprite 47 to myCursor
  21.     set the foreColor of member 248 to 4
  22.     set the foreColor of member 252 to 4
  23.     set the foreColor of member 253 to 6
  24.   end if
  25. end
  26.